home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00014_Go Rain Forest Sprite Scipt.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  192 b   |  12 lines

  1. on mouseDown
  2.   global gsCleanUpHandler
  3.   buttonLogic()
  4.   if the result = 1 then
  5.     do(gsCleanUpHandler)
  6.     unLoad(139)
  7.     unLoad(176, 183)
  8.     unLoad(522)
  9.     go("RainForest")
  10.   end if
  11. end
  12.